projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ade4a7
)
(remove): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Jan 2002 05:05:16 +0000
(
05:05
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Jan 2002 05:05:16 +0000
(
05:05
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index ed9ea9af81c824af4d9c7f42b019a4c36d4ecee9..4b33973afd4d772a5be0d386a19ac45703f2bb7c 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-155,7
+155,7
@@
If N is bigger than the length of X, return X."
x))))
(defun remove (elt seq)
- "Return a copy of SEQ with all occurences of ELT removed.
+ "Return a copy of SEQ with all occur
r
ences of ELT removed.
SEQ must be a list, vector, or string. The comparison is done with `equal'."
(if (nlistp seq)
;; If SEQ isn't a list, there's no need to copy SEQ because